Get list states in a country
GET /api/v1/countries/public/:countryIsoCode/states
Description
Retrieve states for a specific country.
URL:
-
Raw URL:
/api/v1/countries/public/:countryIsoCode/states -
Host:
-
Path:
/api/v1/countries/public/:countryIsoCode/states -
Variable Parameters:
-
countryIsoCode: (Required)
-
Headers: None
Response:
- Status: OK (200)
/api/v1/countries/public/:countryIsoCode/states
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/countries/public/:countryIsoCode/states \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!